home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / scripts / Makefile < prev    next >
Makefile  |  1992-11-02  |  237b  |  20 lines

  1. SHELL=/bin/sh
  2. MAKE=make
  3.  
  4. all: default
  5.  
  6. Makefile.local: ../config/system ../config/site
  7.     ./build
  8.  
  9. default: Makefile.local
  10.     $(MAKE) -f Makefile.local
  11.  
  12. install:
  13.  
  14. lint:
  15.  
  16. clean:
  17.  
  18. distclean: Makefile.local
  19.     $(MAKE) -f Makefile.local distclean
  20.